From: Takashi Iwai Date: Mon, 1 Sep 2008 17:45:58 +0000 (+0200) Subject: ALSA: harmony - fix a typo X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~25277^2~173 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c86a456b25695974ddba9833ab8e4f853bcdd995;p=linux-4.9.git ALSA: harmony - fix a typo Fix a typo in the patch to remove snd_assert(). Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/parisc/harmony.c b/sound/parisc/harmony.c index 774372fe34ad..41f870f8a11d 100644 --- a/sound/parisc/harmony.c +++ b/sound/parisc/harmony.c @@ -869,7 +869,7 @@ snd_harmony_mixer_init(struct snd_harmony *h) int idx, err; if (snd_BUG_ON(!h)) - reutrn -EINVAL; + return -EINVAL; strcpy(card->mixername, "Harmony Gain control interface"); for (idx = 0; idx < HARMONY_CONTROLS; idx++) {